GenerativeComponents Help

The Variable Assignment Statement

We've already seen these kinds of statements in the section regarding variables.

Examples

poleCount = circumference \ 10;
purchasePrice += purchasePrice * 0.04;  // Add sales
tax.